home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / DIKUMUD.ZIP / HANDLER.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-30  |  330 b   |  14 lines

  1. /*
  2.   SillyMUD Distribution V1.1b             (c) 1993 SillyMUD Developement
  3.  
  4.   See license.doc for distribution terms.   SillyMUD is based on DIKUMUD
  5. */
  6.  
  7. #define FIND_CHAR_ROOM     1
  8. #define FIND_CHAR_WORLD    2
  9. #define FIND_OBJ_INV       4
  10. #define FIND_OBJ_ROOM      8
  11. #define FIND_OBJ_WORLD    16
  12. #define FIND_OBJ_EQUIP    32
  13.  
  14.